home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / ifl / iflPPM.z / iflPPM
Encoding:
Text File  |  1998-10-20  |  2.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. iiiiffffllllPPPPPPPPMMMM((((3333))))         IIIImmmmaaaaggggeeee FFFFoooorrrrmmmmaaaatttt LLLLiiiibbbbrrrraaaarrrryyyy CCCC++++++++ RRRReeeeffffeeeerrrreeeennnncccceeee MMMMaaaannnnuuuuaaaallll          iiiiffffllllPPPPPPPPMMMM((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      iiiiffffllllPPPPPPPPMMMM - PPM file format
  10.  
  11. HHHHEEEEAAAADDDDEEEERRRR FFFFIIIILLLLEEEE
  12.      #include <ifl/iflPPM.h>
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      This IFL format provides support for reading and writing image files with
  16.      the Portable Bitmap format (PPM). This file format is suitable for
  17.      archiving multicolor and monochromatic image data. It includes the
  18.      formats PPM, PGM, PBM, PNM, RPPM, RPGM, RPBM, and RPNM.
  19.  
  20.      The default extensions for image files in the PPM format are '.ppm', When
  21.      you create a file with one of these extensions IFL will assume you want
  22.      the PPM format, unless you override it with the iflFormat parameter.
  23.  
  24.      In addition to all the standard iflFile methods, this format supprts an
  25.      number of format specific operations via the ggggeeeettttIIIItttteeeemmmm() and sssseeeettttIIIItttteeeemmmm()
  26.      methods.  The tag values supported by theses methods are enumerated in
  27.      the following sections.
  28.  
  29. TTTTAAAAGGGG VVVVAAAALLLLUUUUEEEESSSS FFFFOOOORRRR GGGGEEEETTTT IIIITTTTEEEEMMMM
  30.      The followng tag values are supported with ggggeeeettttIIIItttteeeemmmm():
  31.  
  32.    iiiiffffllllPPPPPPPPMMMMwwwwrrrriiiitttteeeeAAAASSSSCCCCIIIIIIII
  33.           iflStatus getItem(iiiiffffllllPPPPPPPPMMMMwwwwrrrriiiitttteeeeAAAASSSSCCCCIIIIIIII, int* on)
  34.  
  35.  
  36.      This function returns TRUE in 'on' if ASCII output is enabled; FALSE
  37.      otherwise.
  38.  
  39. TTTTAAAAGGGG VVVVAAAALLLLUUUUEEEESSSS FFFFOOOORRRR SSSSEEEETTTT IIIITTTTEEEEMMMM
  40.      The followng tag values are supported with sssseeeettttIIIItttteeeemmmm():
  41.  
  42.    iiiiffffllllPPPPPPPPMMMMwwwwrrrriiiitttteeeeAAAASSSSCCCCIIIIIIII
  43.           iflStatus setItem(iiiiffffllllPPPPPPPPMMMMwwwwrrrriiiitttteeeeAAAASSSSCCCCIIIIIIII, int on)
  44.  
  45.  
  46.      This function can be used to enable ASCII output while writing a PPM
  47.      file, by setting 'on' = TRUE.
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.